toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.search
/
[jvm]FindResult
Find
Result
public
interface
FindResult
A result of the text search.
Members
Functions
is
Searching
Link copied to clipboard
public
boolean
isSearching
(
)
Returns
true
if the search is still in progress.
number
Of
Matches
Link copied to clipboard
public
int
numberOfMatches
(
)
Returns the number of the matches found at the moment or -1 when no matches found.
selected
Match
Link copied to clipboard
public
int
selectedMatch
(
)
Returns the index of the currently selected match or -1 when there are no matches.